Skip to content

Conversation

@quic-meetkuma
Copy link
Contributor

  • Added functionality to register dataset, model, optimizer, trainer objects in a registry and fetch the class of given object based on configuration provided.
  • Also, added simple test cases to verify the functionality.



import logging
from typing import Tuple, Dict, Optional, Type, List, Callable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove unused imports so that lint check can pass.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in latest.

Signed-off-by: meetkuma <[email protected]>
@quic-meetkuma
Copy link
Contributor Author

Discarding this PR in favor of #645

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants